@charset "utf-8";
@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R-webfont.eot');
    src: url('fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuItalic';
    src: url('fonts/Ubuntu-RI-webfont.eot');
    src: url('fonts/Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-RI-webfont.woff') format('woff'),
         url('fonts/Ubuntu-RI-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-RI-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/Ubuntu-B-webfont.eot');
    src: url('fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-B-webfont.woff') format('woff'),
         url('fonts/Ubuntu-B-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/Ubuntu-BI-webfont.eot');
    src: url('fonts/Ubuntu-BI-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-BI-webfont.woff') format('woff'),
         url('fonts/Ubuntu-BI-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-BI-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('fonts/Ubuntu-L-webfont.eot');
    src: url('fonts/Ubuntu-L-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-L-webfont.woff') format('woff'),
         url('fonts/Ubuntu-L-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-L-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuLightItalic';
    src: url('fonts/Ubuntu-LI-webfont.eot');
    src: url('fonts/Ubuntu-LI-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-LI-webfont.woff') format('woff'),
         url('fonts/Ubuntu-LI-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-LI-webfont.svg#UbuntuLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuMedium';
    src: url('fonts/Ubuntu-M-webfont.eot');
    src: url('fonts/Ubuntu-M-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-M-webfont.woff') format('woff'),
         url('fonts/Ubuntu-M-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-M-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuMediumItalic';
    src: url('fonts/Ubuntu-MI-webfont.eot');
    src: url('fonts/Ubuntu-MI-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-MI-webfont.woff') format('woff'),
         url('fonts/Ubuntu-MI-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-MI-webfont.svg#UbuntuMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UbuntuCondensedRegular';
    src: url('fonts/Ubuntu-C-webfont.eot');
    src: url('fonts/Ubuntu-C-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-C-webfont.woff') format('woff'),
         url('fonts/Ubuntu-C-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-C-webfont.svg#UbuntuCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

BODY {
  display:block;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* ---------------------------------- Layout CSS --------------------------------------- */
div.dotted_line {
        display:block;
        margin-left:auto;
        margin-right:auto;
        width:1000px;
        border: 1px;
        border-top-color: #CCCCCC;
        border-top-style: dotted;
}
span.dotted {
	font-size:11px;
	border-bottom-style: dotted; 
	border-bottom-width: thin;
	text-align:left;
}
span.info {
	font-size:11px;
	text-align:left;
}
#MainContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	border: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
}
#MainContainer1 {
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
#MainHeader, #MainContent {
  display:block;
  width:auto;
}
#MainFooter {
	display:block;
  width:auto;
  clear:both;
}


#tableHeader {
	display:table;
	width:100%;
  border-width:0px;
  border-spacing:0px;
  margin-left:auto;
  margin-right:auto;
  border-collapse:separate;
}

#tableHeader td {
	padding:0px;
  margin:0px;
}

/* -------------------------- ELEMENTS --------------*/

p {
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b4489;
}
blockquote {
	background: transparent url(bq_left.png) left top no-repeat;
	padding-left: 45px;
	margin:0px;
}
blockquote p {
	background: url(bq_right.png) right bottom no-repeat;
	margin:0px;
	padding-right: 40px !important;
    padding-top: 0px !important;
    font-family:Georgia, "Times New Roman", Times, serif !important;
    font-size:14px !important;
    color:#777777 !important;
    font-style:italic !important;
    text-align:center !important;
}


li {
	margin:0px;
	padding:0px 0px 8px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-position:outside;
	color:#0b4489;
	
	text-align:left;
}

li.child {
	margin:0px;
	padding:0px 0px 8px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-position:outside;
	color:#0b4489;
	list-style-type:circle;
	text-align:left;
}

ul, ol {
	margin:0px;
    padding-left:30px;
    }
    
#ContentRight ul, #ContentRight ol, #ContentRight li, #ContentRight ul, #ContentRight ol, #ContentRight li {
	color:#666666;
	padding:0px 0px 0px 10px;
}

#ContentRight p, #ContentRight a, #ContentRight p, #ContentRight a {
	margin-bottom:8px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
	font-size:11px;
	color:#666666;
}

a.nasko {
	color:#0b4489;
	text-decoration:none;
	box-shadow: none;
}
a.nasko:hover {
	color:#FF0000;
	text-decoration:underline;
	box-shadow: none;
}

a.grey {
	color:#cccccc;
    text-decoration:none;
	box-shadow: none;
	}
	
a.grey:hover { 
	color:#999999;
    text-decoration:underline;
	box-shadow: none;
    }
a.red {
    color:red;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    }
a.red:hover {
    color:#0b4489;
    text-decoration:bold;
    }
a.yellow {
    color: yellow;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.yellow:hover {
    color: red;
    text-decoration:bold;
 }
a.yellow1 {
    color: yellow;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
	text-shadow: 3px 3px 5px red;
}
a.yellow1:hover {
    color: red;
    text-decoration:bold;
	text-shadow: 3px 3px 5px blue;
 }

a {
	text-decoration:none;
	color:#000066;
	margin:0px;
	padding:0px;
	}
	
a:hover {
	text-decoration:underline;
	color:#200088;
	box-shadow: 4px 4px 4px  #cccccc;
	}
#ContentCenter1 a, #ContentCenter2 a, #ContentCenter3 a { text-decoration:underline;}	
#ContentCenter1 a:hover, #ContentCenter2 a:hover, #ContentCenter3 a:hover { text-decoration:none; color:#000099;}	
H1 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#0b4489;
	background-image:url(dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

H2 {
	margin:0px;
	padding:0px 0px 8px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b4489;
	text-align:left;
    font-weight:bold;
}

H3 {
	margin:0px;
	padding:0px 0px 8px 0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0b4489;
	text-align:left;
    font-weight:bold;
}


input {
	border-radius:3px;
	border-color:#aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
	margin:0px;
	padding:1px;
	}
    
#Content img { border:1px solid #AAAAAA; padding:2px; background-color:#FFFFFF;} 
img.left{ float:left; margin:0px 10px 10px 0px; border:1px solid #AAAAAA; padding:2px; background-color:#FFFFFF;} 
img.right{ float:right; margin:0px 0px 10px 10px; border:1px solid #AAAAAA; padding:2px; background-color:#FFFFFF;} 
img.center{ text-align:center; border:1px solid #AAAAAA; padding:2px; background-color:#FFFFFF;} 
#Content #more { padding:0px; margin:0px; float:right; border:none; background:none; width:48px;}
 #tablecont, #tablecont1, tablecont2, #tablecont3 {background-image:url(bg_diagonal.jpg); background-position:left; background-repeat:repeat;} 
#php img {border:1px solid #AAAAAA; margin:0px 0px 10px 10px; padding:2px; background-color:#FFFFFF; width:200px; float:right; display:none; background-image:none !important;}

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 16px;
	background: transparent url(icon_pdf.gif) no-repeat bottom right;
}
a[href$='.mp3'] { 
	padding-right: 18px;
	padding-top:2px;
	background: transparent url(icon_mp3.gif) no-repeat bottom right;
}
a[rel='mp3'] { 
	padding-right: 18px !important;
	padding-top:4px !important;
	background: transparent url(icon_mp3.gif) no-repeat bottom right !important;
}
/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 16px;
	background: transparent url(icon_pdf.gif) no-repeat bottom right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 16px;
	background: transparent url(icon_pdf.gif) no-repeat bottom right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 16px;
	background: transparent url(icon_pdf.gif) no-repeat bottom right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 16px;
    /*background: transparent url(icon_mailto.gif) no-repeat bottom right; */
}

a[href$='.doc'] { 
	padding-right: 16px;
	background: transparent url(icon_doc.gif) no-repeat bottom right;
}
a[href$='.xls'] { 
	padding-right: 16px;
	background: transparent url(icon_xls.gif) no-repeat bottom right;
}
a[rel ~='external'] {
	padding-right: 16px !important;
	background: transparent url(icon_external.gif) no-repeat bottom right !important;
}
a[href ^='http://'] {
	padding-right: 16px;
    background: transparent url(icon_external.gif) no-repeat bottom right;
}

#php a { background:none; background-image:none; padding-right:0px;}

